home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / sound / rukc1d.zip / R2_DEMOS.ZIP / MIDIM020.ZIP / DEMO_2OP.BAT < prev    next >
DOS Batch File  |  1994-02-27  |  317b  |  15 lines

  1. @echo off
  2. if !%1==! goto noparms
  3. REM For OPL3 devices (SB-Pro, SB-16, PAS-16, etc.)
  4. REM See README.OPL for more
  5. mm020 mm020.mid /b%1 /d3 /m0
  6. goto exit
  7. :noparms
  8. echo Baseport required (for OPL3 devices):
  9. echo    demo_2op 220    (for SB-Pro/SB-16s: 2x0)
  10. echo    demo_2op 388    (for PAS-16)
  11. :exit
  12. echo.
  13.  
  14.  
  15.